PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.richmedia Package / PDFRichMediaDeactivationCondition Enumeration
In This Topic
    PDFRichMediaDeactivationCondition Enumeration
    In This Topic
    Defines the suported conditions for rich media annotation deactivation.
    Members
    MemberDescription
    EXPLICIT_DEACTIVATIONThe annotation is explicitly deactivated by a user action or script.
    PAGE_CLOSEThe annotation is deactivated as soon as the page that contains the annotation loses focus as the current page.
    PAGE_INVISIBLEThe annotation is deactivated as soon as the entire page that contains the annotation is no longer visible.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.richmedia.PDFRichMediaDeactivationCondition

    See Also